McCamSwitch.CamSwitchMode property
The cam switch is controlled by an axis' positions or time. The default value is zero. If choosing Position
, you need to set FirstOnPosition and LastOnPosition; if choosing Time
, you need to set FirstOnPosition and Duration.
Position: 0, Time: 1.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public int CamSwitchMode { get; set; }
Public Property CamSwitchMode As Integer
Property Value
Type: int
See also